home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7051 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cix.compulink.co.uk!usenet
  3. From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
  4. Subject: Re: Frustrated Jolyon (was Re: E - Just say NO! (was Re: Visual E - New E
  5. Message-ID: <DpJo8w.HqA@cix.compulink.co.uk>
  6. Organization: Compulink Information eXchange
  7. References: <4k7k0p$4u4@pravda.aa.msen.com>
  8. Date: Mon, 8 Apr 1996 13:02:56 GMT
  9. X-News-Software: Ameol32
  10.  
  11. > And I'd rather have to enclose things in ()'s than in {}'s and
  12. > end every statement with a ';'    ;}
  13.  
  14. It's something I get used to. I end up having to delete lots of pointless 
  15. ;s I automatically put at the end of lines when writing E. And why is a { 
  16. more dificult or confusing than a (. btw. I have a font with the ( as 
  17. bold brackets and the { as normal, so it's easy to distinguish between 
  18. them. That's very handy in C....
  19.  
  20. > Non-modularity???  What the hell is the "OPT MODULE" keyword for, then?
  21. > I write modules, using small testing "main" code to debug it.  Then I
  22. > plug it into my larger applications.  If this isn't modularity, then
  23. > what the hell is?
  24.  
  25. You're right, of course, and Photogenics is split into (gasp) three 
  26. modules now, but that's a relatively new thing in E, and certainly in the 
  27. original versions we were using (2.x?) it didn't support this (and to be 
  28. fair to Jase, I don't think he's used E as much as me since the early 
  29. days). The main point, however, is the modules are non-standard, so you 
  30. can't link them into projects containing code generated with other 
  31. compilers.
  32.  
  33. Jolyon
  34.